home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / +look_here_1st!+ / reader_requests / alienbreed3d2 / cheesesauce / testpatch.s < prev    next >
Text File  |  1997-11-28  |  481b  |  37 lines

  1. START:
  2.  move.l 4.w,a6
  3.  move.l #doslibname,a1
  4.  moveq #0,d0
  5.  jsr -552(a6)
  6.  move.l d0,doslib
  7.  
  8.  
  9.  move.l doslib,a6
  10.  move.l #LLname,d1
  11.  move.l #1005,d2
  12.  jsr -30(a6)
  13.  move.l d0,LLhandle
  14.  
  15.  rts
  16.  
  17. ; move.l doslib,a6
  18. ; move.l d0,d1
  19. ; move.l #LINKS,d2
  20. ; move.l #10000,d3
  21. ; jsr -42(a6)
  22.  
  23.  move.l doslib,a6
  24.  move.l LLhandle,d1
  25.  jsr -36(a6)
  26.  
  27.  
  28.  
  29. doslib: dc.l 0
  30. doslibname: dc.b 'dos.library',0
  31.  even
  32. LLhandle: dc.l 0 
  33. LLname: dc.b "bill:twiddle",0
  34.  even
  35.  
  36.  include "ab3:source_4000/ab3diipatchidr.s"
  37.